home *** CD-ROM | disk | FTP | other *** search
- /* ================================================= */
- /* Bump current font's width up by 1 percent. */
- /* FinalWriter macro written by Ric Fischer - 7/7/93 */
- /* $VER: TxtWidth_Incr 3.0 (22.7.93) */
- /* ================================================= */
-
- Options Results
-
- Status FontWidth
- Result = Result + 1
- IF (Result = 256) THEN EXIT
- Width Result
-